Virtual Domains
2015/05/25 |
Configure for Virtulal Domain to send an email with another domain name different from original domain.
present domain name ⇒ srv.world
new domain name ⇒ virtual.host and user "vervet" has an email address "vervet@mail.srv.world" and user "ubuntu", Give him an email address "vervet@mail.virtual.host" |
|
[1] | Configure Postfix for Virtual Domain. |
root@mail:~#
vi /etc/postfix/main.cf # add follows to the end virtual_alias_domains = virtual.host
virtual_alias_maps = hash:/etc/postfix/virtual
root@mail:~#
vi /etc/postfix/virtual # add vervet@mail.virtual.host ubuntu
postmap /etc/postfix/virtual root@mail:~# systemctl restart postfix |
[2] | Configure on client for new account and make sure to be able to send emails. |